PEGetGraphTypeInfo

Use PEGetGraphTypeInfo to retrieve information about the type of the specified chart.

C Syntax
BOOL CRPE_API PEGetGraphTypeInfo (
        short printJob,
        short sectionN,
        short graphN,
        PEGraphTypeInfo FAR * graphTypeInfo );
Parameters

printJob

Specifies the print job for which you want to retrieve chart type information.

sectionN

Specifies the number of the section in which the chart appears. This parameter should be within the range obtained by PEGetNSections.

graphN

Specifies for which chart within the section you want to retrieve the type. This value is 0-based. Charts are numbered based on their order of insertion into the report.

graphTypeInfo

Specifies a pointer to PEGraphTypeInfo, which will contain the retrieved information.

Returns
VB Syntax
Declare Function PEGetGraphTypeInfo Lib "crpe32.dll" (
    ByVal printJob As Integer, ByVal sectionN As Integer,
    ByVal graphN As Integer, graphTypeInfo As PEGraphTypeInfo ) As Integer
Delphi Syntax
function PEGetGraphTypeInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphTypeInfo : PEGraphTypeInfo): Bool; {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com